DatabaseSetTable

 

The 'DatabaseSetTable' function changes the table of Database object.

 

void DatabaseSetTable(string class_name, string table);

 

Parameters

string class_name : Class name of Database object

string table : Table that you want to set

 

Return Value
None

 

Example
@DatabaseSetTable("Database1","Table2");

Description : The table of 'Database1' is changed into 'Table2'.